home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / func_tbl.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  714b  |  26 lines

  1. /*****************************************************************************
  2.   FILE           : func_tbl.h
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : SNNS-Kernel Function table
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Sven Doering
  10.   DATE           : 02.02.93
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)func_tbl.h    1.12 3/15/94
  14.   SCCS VERSION   : 1.12
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _FUNC_TBL_DEFINED_
  21. #define  _FUNC_TBL_DEFINED_
  22.  
  23. extern struct FuncTable  kernel_func_table[];
  24. extern const int  NoOfKernelFuncs;
  25. #endif 
  26.